ImageGear .NET v25.2 - Updated
Developer Guide / How to Work with... / ART Mark Annotations / NotateXpress Annotations
In This Topic
    NotateXpress Annotations
    In This Topic

    NotateXpress™ XML is an open format for saving and restoring annotations. This format supports single and multiple Page annotations.

    ImageGear ART can convert NotateXpress XML annotations to ART Marks using the ImGearART.LoadPage Method. The conversion is performed automatically when you load NotateXpress XML annotations.

    The following table lists all the NotateXpress XML annotations that can be converted to ART Marks and describes how the mark’s attributes are being converted.

    NotateXpress™ XML Mark

    ART Mark

    Text

    1.      TextString

    2.      PenColor

    3.      TextColor

    4.      BackStyle

    5.      BackColor

    6.      PenWidth

    7.      HighlightBack

    8.      TextOrientation

    9.      TextJustification

    10.   AutoSize

    11.   UserString

    12.   UserLong

    13.   Visible

    ImGearARTText

    1.      Text

    2.      Border.Color

    3.      TextColor

    4.      Opacity + TextOpacity

    5.      FillColor

    6.      Border.Width

    7.      Opacity + TextOpacity

    8.      Orientation

    9.      AlignmentH

    10.   AutoSize

    11.   UserDataAttributes (entry with “UserString” key)

    12.   UserDataAttributes(entry with “UserLong” key)

    13.   Visible

    Stamp

    1.      TextString

    2.      PenColor

    3.      TextColor

    4.      BackStyle

    5.      BackColor

    6.      PenWidth

    7.      HighlightBack

    8.      TextOrientation

    9.      TextJustification

    10.   AutoSize

    11.   UserString

    12.   UserLong

    13.   Visible

    ImGearARTText

    1.      Text

    2.      Border.Color

    3.      TextColor

    4.      Opacity + TextOpacity

    5.      FillColor

    6.      Border.Width

    7.      Opacity + TextOpacity

    8.      Orientation

    9.      AlignmentH

    10.   AutoSize

    11.   UserDataAttributes (entry with “UserString” key)

    12.   UserDataAttributes(entry with “UserLong” key)

    13.   Visible

    Rectangle

    1.      PenColor

    2.      FillColor

    3.      PenWidth

    4.      HighlightFill

    5.      BackStyle

    6.      UserString

    7.      UserLong

    8.      Visible

    ImGearARTRectangle

    1.      Border.Color

    2.      FillColor

    3.      Border.Width

    4.      Opacity + TextOpacity

    5.      Opacity + TextOpacity

    6.      UserDataAttributes (entry with “UserString” key)

    7.      UserDataAttributes(entry with “UserLong” key)

    8.      Visible

    Ellipse

    1.      PenColor

    2.      FillColor

    3.      PenWidth

    4.      HighlightFill

    5.      BackStyle

    6.      UserString

    7.      UserLong

    8.      Visible

    ImGearARTEllipse

    1.      Border.Color

    2.      FillColor

    3.      Border.Width

    4.      Opacity + TextOpacity

    5.      Opacity + TextOpacity

    6.      UserDataAttributes (entry with “UserString” key)

    7.      UserDataAttributes(entry with “UserLong” key)

    8.      Visible

    Polygon

    1.      PenColor

    2.      FillColor

    3.      PenWidth

    4.      HighlightFill

    5.      BackStyle

    6.      UserString

    7.      UserLong

    8.      Visible

    ImGearARTPolygon

    1.      Border.Color

    2.      FillColor

    3.      Border.Width

    4.      Opacity + TextOpacity

    5.      Opacity + TextOpacity

    6.      UserDataAttributes (entry with “UserString” key)

    7.      UserDataAttributes(entry with “UserLong” key)

    8.      Visible

    Polyline

    1.      Points

    2.      PenColor

    3.      PenWidth

    4.      PenStyle

    5.      PenFillStyle (Opaque and Translucent options only)

    6.      UserString

    7.      UserLong

    8.      Visible

    ImGearARTPolyline

    1.      Points

    2.      Color

    3.      Width

    4.      Style

    5.      Opacity

    6.      UserDataAttributes (entry with “UserString” key)

    7.      UserDataAttributes(entry with “UserLong” key)

    8.      Visible

    Line

    1.      Points

    2.      PenColor

    3.      PenWidth

    4.      PenStyle

    5.      PenFillStyle (Opaque and Translucent options only)

    6.      UserString

    7.      UserLong

    8.      Visible

    9.      BeginPointStyle / EndPointStyle

     

    ImGearARTLine

    1.      StartPoint/EndPoint

    2.      Color

    3.      Width

    4.      Style

    5.      Opacity

    6.      UserDataAttributes (entry with “UserString” key)

    7.      UserDataAttributes(entry with “UserLong” key)

    8.      Visible

    9.      BeginHeadAngle / EndHeadAngle / BeginHeadLength / EndHeadLength /BeginHeadType / EndHeadType

    Freehand

    1.      Points

    2.      PenColor

    3.      PenWidth

    4.      PenStyle

    5.      PenFillStyle (Opaque and Translucent options only)

    6.      UserString

    7.      UserLong

    8.      Visible

    ImGearARTPolyline

    1.      Points

    2.      Color

    3.      Width

    4.      Style

    1.      Opacity

    2.      UserDataAttributes (entry with “UserString” key)

    3.      UserDataAttributes(entry with “UserLong” key)

    4.      Visible

    Image

    1.      ImageData

    2.      PenColor

    3.      PenWidth

    4.      TransparentColor

    5.      UserString

    6.      UserLong

    7.      Visible

    ImGearARTImage

    1.      Page

    2.      Border.Color

    3.      Border.Width

    4.      Page.Transparency

    5.      UserDataAttributes (entry with “UserString” key)

    6.      UserDataAttributes(entry with “UserLong” key)

    7.      Visible

    Ruler

    1.      Points

    2.      PenColor

    3.      PenWidth

    4.      PenStyle

    5.      MeasureChoice

    6.      ShowLength

    7.      GaugeLength

    8.      Precision

    9.      Font

    10.   UserString

    11.   UserLong

    12.   Visible

    ImGearARTRuler

    1.      StartPoint / EndPoint

    2.      Color

    3.      Width

    4.      Style

    5.      Label

    6.      IsLabelVisible

    7.      GaugeLength

    8.      Precision

    9.      FontName / FontSize / FontStyleART

    10.   UserDataAttributes (entry with “UserString” key)

    11.   UserDataAttributes(entry with “UserLong” key)

    12.   Visible

    BlockHightlight

    1.      FillColor

    2.      UserString

    3.      UserLong

    4.      Visible

    ImGearARTRectangle

    1.      FillColor

    2.      UserDataAttributes (entry with “UserString” key)

    3.      UserDataAttributes(entry with “UserLong” key)

    4.      Visible

    Note

    1.      TextString

    2.      Font

    3.      TextColor

    4.      BackColor

    5.      TextJustification

    6.      UserString

    7.      UserLong

    8.      Visible

    ImGearARTPopupText

    1.      Text

    2.      FontName / FontSize / FontStyleART

    3.      TextColor

    4.      FillColor

    5.      AlignmentH

    6.      UserDataAttributes (entry with “UserString” key)

    7.      UserDataAttributes(entry with “UserLong” key)

    8.      Visible

    Protractor

    1.      Points

    2.      Font

    3.      PenColor

    4.      PenWidth

    5.      PenStyle

    6.      PenFillStyle (Opaque and Translucent options only)

    7.      ShowAngle

    8.      GaugeLength

    9.      Precision

    10.   UserString

    11.   UserLong

    12.   Visible

    ImGearARTProtractor

    1.      StartPoint / HeadPoint / EndPoint

    2.      FontName / FontSize / FontStyleART

    3.      Color

    4.      Width

    5.      Style

    6.      Opacity

    7.      IsLabelVisible

    8.      ArcRadius

    9.      Precision

    10.   UserDataAttributes (entry with “UserString” key)

    11.   UserDataAttributes(entry with “UserLong” key)

    12.   Visible